home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom33.dir / 00045_Script_45 < prev    next >
Text File  |  1995-02-21  |  2KB  |  69 lines

  1. on startmovie
  2.   global gsaifu
  3.   if gsaifu = "off" then
  4.     puppetsprite 10, true
  5.     set the type of sprite 10 = 0
  6.   else
  7.     set the type of sprite 10 = 1
  8.   end if
  9.   global gcard1
  10.   if gcard1 = "off" then
  11.     puppetsprite 11, true
  12.     set the type of sprite 11 = 0
  13.   else
  14.     set the type of sprite 11 = 1
  15.   end if
  16.   global gcard2
  17.   if gcard2 = "off" then
  18.     puppetsprite 12, true
  19.     set the type of sprite 12 = 0
  20.   else
  21.     set the type of sprite 12 = 1
  22.   end if
  23.   global gitem1
  24.   if gitem1 = "off" then
  25.     puppetsprite 13, true
  26.     set the type of sprite 13 = 0
  27.   else
  28.     set the type of sprite 13 = 1
  29.   end if
  30.   global gitem2
  31.   if gitem2 = "off" then
  32.     puppetsprite 14, true
  33.     set the type of sprite 14 = 0
  34.   else
  35.     set the type of sprite 14 = 1
  36.   end if
  37.   global gitem3
  38.   if gitem3 = "off" then
  39.     puppetsprite 15, true
  40.     set the type of sprite 15 = 0
  41.   else
  42.     set the type of sprite 15 = 1
  43.   end if
  44.   global gitem4
  45.   if gitem4 = "off" then
  46.     puppetsprite 16, true
  47.     set the type of sprite 16 = 0
  48.   else
  49.     set the type of sprite 16 = 1
  50.   end if
  51.   global gwing
  52.   if gwing = "off" then
  53.     puppetsprite 17, true
  54.     set the type of sprite 17 = 0
  55.   end if
  56.   global gtomei
  57.   if gtomei = "off" then
  58.     puppetsprite 20, true
  59.     set the type of sprite 20 = 0
  60.     puppetsprite 21, false
  61.     set the type of sprite 21 = 1
  62.   else
  63.     puppetsprite 21, true
  64.     set the type of sprite 21 = 0
  65.     puppetsprite 20, false
  66.     set the type of sprite 20 = 1
  67.   end if
  68. end startmovie
  69.